HeaderSet Method (String, String) |
Sets value of the specified header field.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Set(
string headerKey,
string value
)
Public Sub Set (
headerKey As String,
value As String
)
Parameters
- headerKey
- Type: SystemString
A string represents header key. - value
- Type: SystemString
A string represents header value.
See Also